<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with php update]]></title><description><![CDATA[A list of topics that have been tagged with php update]]></description><link>https://community.secnto.com//tags/php update</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 19:52:53 GMT</lastBuildDate><atom:link href="https://community.secnto.com//tags/php update.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Here’s a step-by-step guide to upgrade PHP to version 8.2 on Ubuntu:]]></title><description><![CDATA[@Furqan said in Here’s a step-by-step guide to upgrade PHP to version 8.2 on Ubuntu::

how to install unzip ubuntu?

To install unzip on Ubuntu, follow these steps:
Step 1: Update System Packages
Always ensure your system packages are up to date.
sudo apt update

Step 2: Install unzip
Install the unzip package using the following command:
sudo apt install unzip -y

Step 3: Verify Installation
Check if unzip is installed by verifying its version:
unzip -v

If installed successfully, it will display the unzip version and related details.
Step 4: Use unzip
You can now use unzip to extract .zip files. For example:
unzip filename.zip

•	To extract to a specific directory:
unzip filename.zip -d /path/to/destination
•	To list the contents of a zip file without extracting:
unzip -l filename.zip

That’s it! You now have unzip installed and ready to use on Ubuntu.
]]></description><link>https://community.secnto.com//topic/2695/here-s-a-step-by-step-guide-to-upgrade-php-to-version-8-2-on-ubuntu</link><guid isPermaLink="true">https://community.secnto.com//topic/2695/here-s-a-step-by-step-guide-to-upgrade-php-to-version-8-2-on-ubuntu</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>